#!/usr/bin/env bash

RESULT=`/usr/bin/sudo -u ${USER} /usr/bin/open 'http://www.redgiantsoftware.com/support/post-installation/'`

exit 0
